home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1704 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  873b  |  43 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 5)
  5.       {
  6.          _root.d_cukrar.i = "item_n5";
  7.       }
  8.       else if(_root.draglej == 3)
  9.       {
  10.          _root.d_cukrar.i = "item_n3";
  11.       }
  12.       else if(_root.draglej >= 13 && 15 >= _root.draglej)
  13.       {
  14.          if(_root.d14 & _root.naX(2))
  15.          {
  16.             _root.d_cukrar.i = "start2";
  17.          }
  18.          else
  19.          {
  20.             _root.d_cukrar.i = "start";
  21.          }
  22.       }
  23.       else if(0 < _root.draglej)
  24.       {
  25.          _root.d_cukrar.i = "item_bad";
  26.       }
  27.       else if(_root.d14 & _root.naX(2))
  28.       {
  29.          _root.d_cukrar.i = "start2";
  30.       }
  31.       else
  32.       {
  33.          _root.d_cukrar.i = "start";
  34.       }
  35.    }
  36.    else
  37.    {
  38.       _root.pepa.gotoAndPlay(_root.poz add "c");
  39.    }
  40.    _root.stopdragall();
  41.    _root.hideall();
  42. }
  43.